home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000329_news@columbia.edu _Tue May 30 04:08:31 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id EAA08326
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 30 May 2000 04:08:30 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id EAA29186
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 30 May 2000 04:08:29 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id EAA02037
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 30 May 2000 04:06:58 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: "ralf.strandell" <ralf.strandell@silja.com>
  13. Subject: Translate command does not check the validity of input data?
  14. Message-ID: <ADKY4.78$0C.2466@read2.inet.fi>
  15. Date: Tue, 30 May 2000 08:05:52 GMT
  16. Organization: Sonera corp Internet services
  17. To: kermit.misc@columbia.edu
  18.  
  19. Hi!
  20.  
  21. We use the translate command to convert from 7 bit swedish to latin1 or
  22. cp850.
  23. We have applied a temporary bug fix so that translate now works fine...
  24. (set file byte-order big-endian    etc )
  25.  
  26. The input data is supposed to be 7 bit but sometimes it contains a few 8 bit
  27. characters.
  28. The 8 bit characters should not be there, but sometimes they do... It is OK
  29. because they go
  30. throught our unixes etc. intact and finaly return to a pc environment where
  31. they are correct again.
  32.  
  33. QUESTION:
  34. Kermits translate command seems to drop one bit _without error messages_.
  35. This character is 8 bit 11001000 and after translate it becomes 7 bit
  36. 1001000
  37. Is this a feature or a bug or something in between?
  38.  
  39. It would be a useful and nice feature to check the data and display a
  40. warning is the input data
  41. is invalid, but we can live without it also.
  42.  
  43.  
  44.                     Ralf